text: Remove an outdated comment
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Jul 2019 19:14:38 +0000 (15:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Jul 2019 19:14:38 +0000 (15:14 -0400)
gtk/gtktext.c

index 61e5af6069a575152b04d528c319083166c4688e..064447be11b063f8921af91d625e94ad5d855307 100644 (file)
@@ -2190,9 +2190,6 @@ gtk_text_size_allocate (GtkWidget *widget,
                                 -1);
     }
 
-  /* Do this here instead of gtk_text_size_allocate() so it works
-   * inside spinbuttons, which don't chain up.
-   */
   if (gtk_widget_get_realized (widget))
     gtk_text_recompute (self);